refactor(studio): gate Acorn writer migration#2164
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
a3932fb to
e0b5d65
Compare
6e8aa32 to
2df15f4
Compare
e0b5d65 to
50b66d4
Compare
8ef4cb9 to
b6df281
Compare
6fb4633 to
f3becd5
Compare
9f6dbbb to
f6959ca
Compare
4ad7a2e to
3bf9957
Compare
f6959ca to
26b97fe
Compare
3bf9957 to
e0b0ea5
Compare
26b97fe to
8ff4c0c
Compare
e0b0ea5 to
18093e1
Compare
9a58246 to
a4013d8
Compare
3402ef1 to
8f6d27f
Compare
a4013d8 to
b6caf4f
Compare
8f6d27f to
e249db4
Compare
b6caf4f to
fcf3c32
Compare
e249db4 to
7e67f17
Compare
fcf3c32 to
3e0db78
Compare
7e67f17 to
1bf2e0c
Compare
1bf2e0c to
864beed
Compare
3e0db78 to
68e485e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Put the Recast-to-Acorn writer migration behind an executable capability and parity gate.
Why
Acorn lacked motion-path operations and still depended on Recast-only hold synchronization after mutation.
How
Generate the operation matrix, implement missing Acorn paths and shared hold behavior, differentially test semantics/source placement, and keep the flag gated until graduation.
Test plan